home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / gall8.dir / 00256.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  317 b   |  13 lines

  1. on exitFrame
  2.   fadeOutSound()
  3.   if isWindows() then
  4.     if IsWindows95() then
  5.       open("http://www.rcs.it/max", the moviePath & "EXPLW32\EXPLORE")
  6.     else
  7.       open("http://www.rcs.it/max", the moviePath & "EXPLW16\EXPLORE")
  8.     end if
  9.   else
  10.     open("MAXMA.HTM", the moviePath & "EXPLMAC:EXPLORE")
  11.   end if
  12. end
  13.